home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 July / Software of the Month Club 1998 July.iso / pc / SOMC / Casts / Misc.cst / 00024_Typing1.ls < prev    next >
Encoding:
Text File  |  1998-05-21  |  237 b   |  14 lines

  1. on mouseEnter
  2.   puppetSound 1, "Pop"
  3.   set the visible of sprite 68 to TRUE
  4. end
  5.  
  6. on mouseLeave
  7.   set the visible of sprite 68 to FALSE
  8. end
  9.  
  10. on mouseUp
  11.   puppetSound 1, "Plink"
  12.   set the visible of sprite 68 to FALSE
  13.   go to frame 123
  14. end